home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue56 / VFI / Listing2.pas < prev    next >
Encoding:
Pascal/Delphi Source File  |  2000-02-29  |  142 b   |  5 lines

  1. {$IFDEF CUSTOMERSPECIFIC}
  2.   Form:=TCustomerSpecificMaintForm.Create(Application);
  3. {$ELSE}
  4.   Form:=TMaintForm.Create(Application);
  5. {$ENDIF}